home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Archive / Devices and Hardware / Miscellaneous / Sleep Queue Entry / Why was this archived? < prev   
Encoding:
Text File  |  2000-09-28  |  428 b   |  18 lines  |  [TEXT/ttxt]

  1. Why Was This Archived?
  2.  
  3. This sample was archived because it's implementation is too closely tied with Think C.  In particular, the construct:
  4.  
  5. /* Important: this asm statement must be the last executable code in this
  6. ** routine, or you won't return the proper value in D0.
  7. */
  8.     asm {
  9.             MOVE.L  returnValue, D0
  10.     }
  11.  
  12. Is just too evil for words.
  13.  
  14. Quinn "The Eskimo!"
  15. Worldwide Developer Technical Support
  16.  
  17. 9 Jun 1999
  18.